usb: xhci-rockchip: add rockchip dwc3 controller driver
authorMengDongyang <[email protected]>
Wed, 24 Aug 2016 04:02:17 +0000 (12:02 +0800)
committerSimon Glass <[email protected]>
Thu, 22 Sep 2016 13:32:22 +0000 (07:32 -0600)
commitb44566c4ce5ca95264860f78a6ba1d26a5edb5ea
tree74a006d02b8c685ed8f8efd6332e9dfa927ef133
parentaa89b554b7bcb6b0d1fd1ba6ac39384d93b4b002
usb: xhci-rockchip: add rockchip dwc3 controller driver

This patch add support for rockchip dwc3 controller, which corresponding
to the two type-C port on rk3399 evb.
Only support usb2.0 currently for we have not enable the usb3.0 phy
driver and PD(fusb302) driver.

Signed-off-by: MengDongyang <[email protected]>
Signed-off-by: Kever Yang <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/usb/host/Makefile
drivers/usb/host/xhci-rockchip.c [new file with mode: 0644]
include/linux/usb/dwc3.h